go/build.Context.eval (method)

4 uses

	go/build (current package)
		build.go#L1537: 		shouldBuild = ctxt.eval(x, allTags)
		build.go#L1558: 				if !ctxt.eval(x, allTags) {
		build.go#L1863: 	return ctxt.eval(x, allTags)
		build.go#L1866: func (ctxt *Context) eval(x constraint.Expr, allTags map[string]bool) bool {